翻訳と辞書
Words near each other
・ Gnu High
・ GNU Hurd
・ GNU IceCat
・ GNU Interpreter for Java
・ GNU Lesser General Public License
・ GNU LibreJS
・ GNU Libtool
・ GNU lightning
・ GNU Linear Programming Kit
・ GNU linker
・ GNU m4
・ GNU Mach
・ GNU Mailman
・ GNU Manifesto
・ GNU MIX Development Kit
GNU MPFR
・ GNU Multiple Precision Arithmetic Library
・ GNU nano
・ GNU Octave
・ GNU Oleo
・ GNU Paint
・ GNU parallel
・ GNU Parted
・ GNU Pascal
・ GNU Portable Threads
・ GNU Privacy Guard
・ GNU Project
・ GNU Prolog
・ GNU Radio
・ GNU Radio Companion


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GNU MPFR : ウィキペディア英語版
GNU MPFR

GNU MPFR (GNU Multiple Precision Floating-Point Reliably〔http://cran.r-project.org/web/packages/Rmpfr/vignettes/Rmpfr-pkg.pdf〕) is a GNU portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on GNU Multi-Precision Library. The computation is both efficient and has a well-defined semantics: the functions are completely specified on all the possible operands and the results do not depend on the platform. This is done by copying the ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic (correct rounding and exceptions, in particular). More precisely, its main features are:
* Support for special numbers: signed zeros (−0), infinities and not-a-number (a single NaN is currently supported).
* Each number has its own precision (in bits since MPFR uses radix 2). The floating-point results are correctly rounded to the precision of the target variable, in any of the four IEEE-754 rounding modes.
* Supported functions: MPFR implements all mathematical functions from C99 and other usual mathematical functions: the logarithm and exponential in natural base, base 2 and base 10, the log(1+x) and exp(x)−1 functions (log1p and expm1), the six trigonometric and hyperbolic functions and their inverses, the gamma, zeta and error functions, the arithmetic geometric mean, the power (xy) function. All those functions are correctly rounded over their complete range.
* Subnormals are not supported, but can be emulated with the mpfr_subnormalize function.
MPFR is not able to track the accuracy of numbers in a whole program or expression; this is not its goal. Interval arithmetic packages like (MPFI ), or Real RAM implementations like (iRRAM ), which may be based on MPFR, can do that for the user.
MPFR is needed to build the GNU Compiler Collection (GCC).〔(【引用サイトリンク】 title=GCC 4.3 Release Series: Changes, New Features, and Fixes )
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GNU MPFR」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.